ajax的post提交參數長度超出限制的解決辦法 1. 前端代碼 console.log("saving data=", data); //data 是Json格式的數據,前台向后台傳輸的數據 $.ajax({ ...